* {
    margin: 0;
    padding: 0;
    font-family: 'Bahnschrift',
        Segoe UI,
        Tahoma,
        Geneva,
        Verdana,
        sans-serif;
}

body {
    background-color: #FDFAF1;
    color: rgb(29, 29, 29);
    max-width: 100vw;
    max-height: 100vh;
}

/*Starting Learn More About sectional styling*/
.aboutmMainSectional h2 {
    text-align: center;
}

.aboutmMainSectional h3 {
    text-align: center;
    padding-bottom: 10px;
    font-size: 20px;
}

.sectionalRegion_about {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 1.5rem;
}

.containItem_About_1 {
    background-image: url(../Images/backgroundImages/qualified.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10pt;
    color: azure;
    margin: 30px;
}

.containItem_About_2 {
    background-image: url(../Images/backgroundImages/build.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10pt;
    color: azure;
    margin: 30px;
}

.containItem_About_3 {
    background-image: url(../Images/backgroundImages/trade.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10pt;
    color: azure;
    margin: 30px;
}

.containItem_About {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 10px;
    margin: 10px;
}

.sectionalRegion_about .containItem_About h3 {
    width: 50%;
}

.containItem_About p {
    width: 300px;
    text-align: center;
    padding-bottom: 10px;
}

.containItem_About a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding: 10px;
    /*background-color: rgb(74, 60, 47);*/
    margin: 5px;
    border: solid white 2px;
    border-radius: 10px;
    font-size: medium;
}

/*End Learn More About sectional styling*/

/*Starting Learn More Scope sectional styling*/
.scopeMainSectional h2 {
    text-align: center;
    text-transform: capitalize;

}

.scopeMainSectional h3 {
    text-align: center;
}

.sectionalRegion_scope {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 1.5rem;
}

.containItem_scope {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 10px;
    margin: 10px;
}

.sectionalRegion_scope .containItem_scope h3 {
    width: 50%;
}

.containItem_scope p {
    width: 300px;
    text-align: center;
}

.containItem_scope img {
    width: 100px;
    height: 110px;
    text-align: center;
    padding-bottom: 10px;
}

.containItem_scope a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding: 10px;
    background-color: rgb(74, 60, 47);
    margin: 5px;
}

/*End Learn More Scope sectional styling*/

/* Starting of Ekhmad Service Couter */

.projectCount {
    background-color: rgb(45, 38, 28);
}

.projectCount h2 {
    font-size: 3rem;
    font-weight: 900;
    font-variant: small-caps;
    padding: 1.5rem;
    color: azure;
    text-align: center;

}

.projectCount h3 {
    font-size: 2rem;
    font-weight: bold;
    font-variant: small-caps;
    padding: 1rem;
    color: azure;
}

.projectCount h4 {
    font-size: 1.5rem;
    font-weight: bold;
    font-variant: small-caps;
    padding: 1rem;
    color: azure;
}

.counter {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: space-around;
    background-size: cover;
    background-position: center;
    background-size: 100%;
    margin: auto;
    text-align: center;
    padding: 20px;
}

.counter {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.clock {
    font-size: 1.5rem;
    padding: 5px;
    font: 900;
    color: azure;
}

.waiting {
    height: 50vh;
}

/* End of Ekhmad Service Couter */

/*extended support*/

.scopeBg {
    height: 300px;
    background-image: url(../Images/backgroundImages/extended_support_background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.Ext_Support {
    padding: 10px 0;
}

.Ext_Support h2 {
    text-align: center;
    font-size: xxx-large;
    font-variant: small-caps;
    background-color: rbga(#2d261cb3);
}

.headsLists {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    padding: 30px 30px;
    margin: 10px;

}

.headsLists_contents img {
    width: 100px;
    align-items: center;
    padding: 20px;
}

.headsLists_contents h3 {
    font-size: medium;
    display: flex;
    /*flex-wrap: wrap;*/
    width: min-content;
    text-align: center;
    padding: 5px;
    margin: auto;
}